golang.org/x/net/http2.outflow.add (method)
10 uses
golang.org/x/net/http2 (current package)
flow.go#L113: func (f *outflow) add(n int32) bool {
server.go#L323: sc.flow.add(initialWindowSize)
server.go#L1528: if !st.flow.add(int32(f.Increment)) {
server.go#L1532: if !sc.flow.add(int32(f.Increment)) {
server.go#L1688: if !st.flow.add(growth) {
server.go#L2105: st.flow.add(sc.initialStreamSendWindowSize)
transport.go#L498: cc.flow.add(int32(initialWindowSize))
transport.go#L1711: cs.flow.add(int32(cc.initialWindowSize))
transport.go#L2513: cs.flow.add(delta)
transport.go#L2571: if !fl.add(int32(f.Increment)) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)